home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / db3.6-beta-src / Pointers.h < prev    next >
C/C++ Source or Header  |  1995-12-03  |  235b  |  8 lines

  1.  
  2. #include <intuition/intuition.h>
  3.  
  4. enum PointerType { NormalPointer, LRPointer, UDPointer, MovePointer };
  5.  
  6. /* our function prototypes */
  7. void ChangePointer(struct Window *win, char pointertype);
  8. void RestorePointer(struct Window *win);